home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / AMISL083.ARJ / README < prev    next >
Text File  |  1992-05-02  |  1KB  |  24 lines

  1. This is a preliminary version of a reference implementation of the
  2. Alternate Multiplex Interrupt Specification, version 3.4.
  3.  
  4. v0.81: I found a bug in NOTE.ASM shortly after releasing version 0.80,
  5. so this update contains version 0.81 of NOTE.ASM and version 0.80 of the
  6. remainder of the library and sample programs.  The bug was a transposed
  7. pair of lines which resulted in a destroyed AX on return from a DOS or
  8. INT 13h call during which the hotkey was pressed.
  9.  
  10. v0.82: The TOPMEM option was reported to be incompatible with Windows 3.0.
  11. It occurred to me that the problem might be in the way I force memory
  12. blocks to stay in memory when the program exits; I've changed the method
  13. which also results in the program name being reported correctly by memory
  14. mappers.  The documentation has been updated to include the Windows 3.0
  15. report.  While I was working on AMIS.ASM anyway, I managed to shave off
  16. a few more bytes.
  17.  
  18. v0.83: The ALTMPX macro had a bug which caused a request for the private
  19. API entry point to actually request a popup if the TSR provides a popup
  20. service but not a private entry point.  In addition, VGABLANK would cause
  21. sparkles on every keystroke; additional code was added so that it only
  22. unblanks the screen if the screen is currently blanked, raising the resident
  23. size from 192 to 208 bytes.  Also added TSRS.DOC.
  24.